'Usage
Dim instance As IntervalArray(Of T) Dim index As Integer Dim value As T Dim value As Boolean value = instance.TryGet(index, value)
Parameters
- index
- The zero-based index of the element to get or set.
- value
- The T value represents the value at the specified position.
Return Value
The element at the specified index.